ComponentOne ASP.NET MVC Controls
ColumnData Property

C1.Web.Mvc Namespace > CollectionViewResponse<T> Class : ColumnData Property
Gets or sets the data of specific column.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Property ColumnData As IList(Of Object)
[DefaultValue("")]
public IList<object> ColumnData {get; set;}
See Also

Reference

CollectionViewResponse<T> Class
CollectionViewResponse<T> Members